home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / business / mtgp23.zip / PRINTDOC.BAT < prev    next >
DOS Batch File  |  1992-08-15  |  1KB  |  26 lines

  1. echo off
  2. cls
  3. echo  
  4. echo  
  5. echo First,  you must  de-compress  the file  MTG23.DOC by  running the self-
  6. echo extracting  archive  MTG23DOC.EXE.   If you  haven't  already done this,
  7. echo exit this batch file by  pressing CTRL-C (hold down Ctrl  and  press C).
  8. echo Then,  at the DOS prompt type:  MTG23DOC  and  you'll see the file being
  9. echo de-compressed.   When it's finished, run this batch file again by typing
  10. echo PRINTDOC, and follow the instructions below.
  11. echo  
  12. echo MTG23.DOC requires about 55 pages to print.  If this seems too much, you
  13. echo might want to read or print GETGOING.DOC first.  It gives you enough in-
  14. echo formation to get started  and is much shorter.  To print this file, just
  15. echo type: COPY GETGOING.DOC PRN; to read: BROWSE GETGOING.DOC
  16. echo  
  17. echo Switch on your printer, with  the  print head at the perforation. (Press
  18. echo CTRL-C to exit this batch file without printing.)
  19. echo   
  20. pause
  21. cls
  22. echo PRINTING...
  23. copy mtg23.doc prn
  24. echo on
  25. cls
  26.